title: “Introducción a la ciencia reproducible con R” subtitle: “Document Freedom Day - OSLUGR” author: “Francisco Charte (@fcharte, fcharte.com)” date: “25 marzo 2015” output: beamer_presentation theme: dresden colortheme: dolphin
Datos disponibles y accesibles
Procedimientos, algoritmos y herramientas disponibles y accesibles
Las acciones manuales no son fácilmente reproducibles
read.table()foreign
read.dta()read.spss()read.ssd()read.dbf()read.arff()read.octave()loadWorkbook() - Paquete XLConnectread.ods()- Paquete ROpenOfficexmlParse() - Paquete XMLRSQLiteROracleRMySQLRPostgreSQLRODBC/RJDBCrmongodbR4CouchDBRCassandraRHadoopSparkRjsonliteparseHTML() y readHTMLTable() - Paquete XMLGET() - Paquete httrgetURL()y getForm() - Paquete RCurlTags de los posts del foro de cocina de Stack Exchange
\begin{columns}[c] \begin{lstlistings} library(XML) library(tm) content <- xmlTreeParse(filename) \end{lstlisting}
\end{columns}